課程資訊
課程名稱
計算機程式
Computer Programming 
開課學期
103-1 
授課對象
電機工程學系  
授課教師
廖婉君 
課號
EE1004 
課程識別碼
901 10210 
班次
02 
學分
全/半年
半年 
必/選修
必修 
上課時間
星期二5(12:20~13:10)星期三7,8(14:20~16:20) 
上課地點
博理112博理112 
備註
本系優先
限本系所學生(含輔系、雙修生)
總人數上限:60人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1031CP2014 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

1.Intro. to computers and C++ programming
2.Control structure
3.Functions
4.Arrays
5.Pointers and Strings
6.Classes and data abstraction
7.Operator overloading
8.Inheritance
9.Virtual functions and polymorphism 

課程目標
This course is designed to be the first class for EE undergraduate students to learn how to program in C++.  
課程要求
Mid-term quiz: 30%
Final exam: 40%
Homework: 30% 
預期每週課後學習時數
 
Office Hours
 
指定閱讀
待補 
參考書目
Deitel & Deitel, “C++: How To Program, Late Objects Version” 7th ed., PEARSON, 2011 
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題
第1週
9/16,9/17  Chapter 1: Introduction to Computers 
第2週
9/23,9/24  Chapter 2: Introduction to C++ Programming 
第3週
9/30,10/01  Chapter 3 and 4: Control Statements 
第4週
10/07,10/08  Chapter 5: Functions 
第5週
10/14,10/15  Chapter 5: Functions (cont'd) 
第6週
10/21,10/22  Chapter 6: Array 
第7週
10/28,10/29  Chapter 7: Quiz + Pointers 
第8週
11/04,11/05  Chapter 7: Pointers (cont'd) 
第9週
11/11,11/12  Midterm: Chapters 1-7 
第10週
11/18,11/19  Chapter 9: Classes 
第11週
11/25,11/26  Chapter 10: Classes: A Deeper Look 
第12週
12/02,12/03  Chapter 11: Operator Overloading 
第13週
12/09,12/10  Chapter 11: Operator Overloading 
第14週
12/16,12/17  Chapter 11: Operator Overloading (cont'd) 
第15週
12/23,12/24  Chapter 12: Inheritance 
第16週
12/30,12/31  Chapter 12: Polymorphism 
第17週
1/06,1/07  Cahpter 13: Polymorphism